home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
PhaseShiftX
/
Source
/
Shared
/
DebugUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-06-23
|
292 b
|
21 lines
#ifndef _DEBUGUTILS_
#define _DEBUGUTILS_
#include <libkern/OSTypes.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
void printmem(const void *data,size_t len);
void fprintmem(FILE *stream,const void *data,size_t len);
#ifdef __cplusplus
}
#endif
#endif /* _DEBUGUTILS_ */